GET
/
local-consumer-types
/
{id}
/
[beta] Get overall setup for a local consumer type
curl --request GET \
  --url https://sandbox.prezio.eu/api/local-consumer-types/{id}/ \
  --header 'Authorization: <api-key>'
{
  "context": {
    "country": "DK"
  },
  "id": "lct_3",
  "key": "DK_Residential",
  "name": "Privatkunder",
  "consumer_type": "RESIDENTIAL",
  "description": ""
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Local consumer type identifier: lct_ prefixed id, numeric id, or key (prezio_code)

Query Parameters

country
enum<string>
required

ISO-3166 alpha-2 country code (used to ensure correct context)

Available options:
AT,
DE,
DK,
ES,
GB,
NO,
SE

Response

200
application/json

Success

The response is of type object.